os.Process.handle (field)

2 uses

	os (current package)
		exec.go#L23: 	handle uintptr      // handle is accessed atomically on Windows
		exec.go#L29: 	p := &Process{Pid: pid, handle: handle}